home *** CD-ROM | disk | FTP | other *** search
- #!/usr/bin/perl5
-
- print <<EndOfFile;
- Content-type: text/html
-
- <HTML VERSION="2.0">
- <HEAD>
- </HEAD>
- <BODY>
- <CENTER><H1 ALIGN="CENTER">Samba File Server</H1></CENTER>
- <P>
- Samba is a UNIX file server that enables UNIX file systems to
- be mounted by PC clients. Samba can also be configured to allow
- PC clients access to printing services mounted on the UNIX server.
- <p>
- Samba can work as one of many file servers in a heterogeneous network
- of UNIX and PC based servers, using the "LAN Manager" protocol to
- subscribe to the local "wins server". Thus it can work over
- multiple subnets.
- <p>
- For more information, the man pages samba(7) and smb.conf(5) should
- be consulted.
- </BODY>
- </HTML>
- EndOfFile
-
-